projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39041a4
)
DaVinci Sonata: Add ARM Relocation Support
author
Sandeep Paulraj
<
[email protected]
>
Sun, 12 Dec 2010 01:37:54 +0000
(20:37 -0500)
committer
Wolfgang Denk
<
[email protected]
>
Fri, 17 Dec 2010 09:07:27 +0000
(10:07 +0100)
Add ARM Relocation Support
Signed-off-by: Sandeep Paulraj <
[email protected]
>
include/configs/davinci_sonata.h
patch
|
blob
|
history
diff --git
a/include/configs/davinci_sonata.h
b/include/configs/davinci_sonata.h
index 1059ebe2b98b02fa5be35e3e79f1c90fb3e42f7b..ebfdafa24e99ce38fc30ee114c1c9f72e5bb4260 100644
(file)
--- a/
include/configs/davinci_sonata.h
+++ b/
include/configs/davinci_sonata.h
@@
-198,4
+198,13
@@
#else
#error "Either CONFIG_SYS_USE_NAND or CONFIG_SYS_USE_NOR _MUST_ be defined !!!"
#endif
+
+#define CONFIG_MAX_RAM_BANK_SIZE (256 << 20) /* 256 MB */
+
+#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_RAM_SIZE 0x1000
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + \
+ CONFIG_SYS_INIT_RAM_SIZE - \
+ GENERATED_GBL_DATA_SIZE)
+
#endif /* __CONFIG_H */